home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
tobby_ur.swf
/
scripts
/
DefineSprite_137
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
198 b
|
12 lines
function hitCheck()
{
if(this.hitTest(_root.tobbyMC.hitdummyMC) == true)
{
_root.tobbyMC.miss();
}
if(this.hitTest(_root.handMC))
{
_root.handMC.miss();
}
}